html, body{
    font-size: 100%;
	font-family:"微软雅黑","黑体", 'Open Sans', sans-serif;
	background:#ffffff;
}
p{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "微软雅黑","黑体", 'Open Sans', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- header --*/
input[type="submit"],.w3l_banner_info_left_grid_left h3 a,.w3agile_footer_copy p a,.reply a,.agile_cat_grid_tags ul li a:hover,.agile_cat_grid ul.categories li a,.w3l_admin a,.w3ls_single_left_grid_right ul li a,.wthree_features_services_grid h4 a,.agile_services_bottom_grid_left_grid a,.simplefilter li,.agileinfo_footer_grid ul li a,.w3l_banner_info_left_grid1,.agile_blog_grid h4 a{
	transition:all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition:all .5s ease-in;
}
.header {
    background: #fff;
}
.logo{
	width:20%;
	float:left;
}
.logo img{
    padding-top: 27px;
	width:100%;
	height:auto;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
header .navbar-collapse{
	width:70%;
	float:right;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-brand {
    height: 70px;
    padding:29px 0 0;
    font-size: 1.3em;
    line-height: 39px;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-nav > li > a {
    font-size: 14px;
    padding:35px 15px;
    text-transform: uppercase;
	margin-right:5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ff9900;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff9900;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*-- //header --*/

/*-- banner-bottom --*/
.banner-bottom,.blog,.newsletter,.portfolio,.services,.features-services,.typo,.mail,.single{
	padding:5em 0;
}
.w3ls_banner_bottom_grid_left{
	text-align:center;
}
.w3ls_banner_bottom_grid_left h3{
	font-size: 2em;
    color: #212121;
    padding-bottom: 1em;
    position: relative;
    text-transform: capitalize;
	margin-bottom:1.5em;
}
.w3ls_banner_bottom_grid_left h3:after{
	content: '';
    background: #ff9900;
    width: 15%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 40%;
}
.w3ls_banner_bottom_grid_left p{
	color:#999;
	line-height:2em;
	margin-bottom:4em;
}
.more {
    width: 35%;
    margin: 0 auto;
}
.more a{
	padding:10px 25px;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
/*-- agileits --*/
	-ms-border-radius: 20px;
	vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	display: block;
}
.more a:hover{
	color:#fff;
}
/* Aylen */
.button--aylen {
	background:#ff9900;
    color: #fff;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	border-radius: 20px;
}
.button--aylen::before {
	background:#6A6554;
/*-- w3layouts --*/
}
.button--aylen::after {
	background: #212121;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
	-moz-transition-delay: 0.175s;
	-o-transition-delay: 0.175s;
	-ms-transition-delay: 0.175s;
}
/*-- img-hover --*/
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
}
.view img {
	display: block;
	position: relative;
}
.view h3 {
	text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding: 0;
    margin: 5.5em 0 1em 0;
	letter-spacing:5px;
}
.view p {
   font-style: italic;
/*-- agileits --*/
   position: relative;
   color: #fff;
   padding:0;
   text-align: center;
   line-height:2em;
}
.view-seventh .mask {
   background-color:rgba(14, 14, 14, 0.5);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   padding: 0 3em;
}
.view-seventh h3 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h3 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
/*-- //img-hover --*/
/*-- //banner-bottom --*/

/*产品设备开始*/
#fh5co-project{
    padding: 3em 0;
}
#fh5co-project .fh5co-project {
    margin-bottom: 30px;
}
#fh5co-project .fh5co-project > a {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-project .fh5co-project > a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.fh5co-copy{
    text-align: center;
    color: #ff9900;
    padding-top: 20px;
}
.product-title {
    text-decoration: none;
}
#fh5co-project .fh5co-heading .product-title h2{
    text-align: center;
    padding: 2em 0 1em 0;
    font-weight:bold;
    font-size: 2.5em;
    color:  #FF9900;
}
@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a:hover {
        bottom: 0;
    }
}
#fh5co-project .fh5co-project > a:hover:after {
    opacity: 1;
    visibility: visible;
}
#fh5co-project .fh5co-project > a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project > a:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*产品设备结束*/
/*新闻动态开始*/
#news{
    background: url(../images/bg-img.jpg) no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 605px;
    padding: 45px 0 0 0;
}
#news h2{
    text-align: center;
    padding: 1em 0 1em 0;
    font-weight:bold;
    font-size: 2.5em;
    color: #FF9900;
}
#news h2 span{
    color: #FF9900;
}
.table-bordered {
    border: 2px solid #fff;!important;
}
#news .table a{
    display: inline-block;
    color: #FFFFFF;
    font-size: 1rem;
}
/*新闻动态结束*/
/*现场展示开始*/
.welcome {
    padding:5em 0;
}
.wel-top h3 {
    font-size: 2.5em;
    color:#FF9900;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
}
.wel-top {
    margin-bottom:1em;
}

.wel-block img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.wel-block {
    margin-top: 4em;
}
.wel-block h4 {
    font-size: 1.5em;
    color: #fba919;
    margin-bottom: 0.25em;
}
.wel-block p {
    font-size: 0.95em;
    color: #767676;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
}
/*现场展示结束*/
/*公司介绍开始*/
.testimo {
    background: url(../images/graduation.jpg)no-repeat center fixed;
    background-size: cover;
    min-height: 350px;
}
.testimo-main {
    margin-top: 7em;
    text-align: center;
    margin-bottom: 7em;
}
.testimo-main h3 {
    font-size: 2.5em;
    color: #fba919;
    margin-bottom: 0.3em;
    line-height: 1.4em;
}
.testimo-main p {
    font-size: 1.2em;
    color: #fff;
    width: 65%;
    margin: 0 auto;
    line-height: 1.8em;
}
/*公司介绍结束*/
/*联系我们--开始*/
.lianxi{
    padding: 7em 0;
}
.lianxi-top{
    padding-bottom: 2.5em;
}
.lianxi .lian-title{
    text-align: center;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
}
.lianxi h2{
    font-size: 2.5em;
    color: #FF9900;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;
    padding-bottom: .5em;
}
.imgs{
    text-align: center;
    margin-bottom: 20px;
}
.imgs img{
    width: 50%;
}
.imgs p{
    padding: 1em 0;
    font-size: 16px;
    font-weight: bold;
}
.imgs h5{
    font-weight: bold;
}
/*联系我们--结束*/
/*-- footer --*/
.footer{
	background:#212121;
	padding: 4em 0 0;
}
.foot-main{
    padding-bottom: 5em;
}
.gff{
    color: #FFFFFF;
}
.gff span{
    padding-right: 20px;
}
.foot-top{
    margin-bottom: 20px;
}
.foot-bottom{
    color: #FFFFFF;
}
.gff a{
    color: #FFFFFF;
    font-size: 14px;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0 0;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- portfolio-bg --*/
.portfolio-bg{
	background:url(../images/banner/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.portfolio-bg h2{
	font-size: 3em;
    color: #FFF;
    text-align: center;
    padding: 4em 0 0;
    letter-spacing: 5px;
}
/*-- //portfolio-bg --*/
/*-- portfolio --*/
.portfolio h3{
    color: #01B9F8;
    font-size: 2em;
    font-weight: bold;
}
.portfolio .qui{
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}
.news-product{
    margin-top: 2em;
}
.news-product h4{
    font-weight: bold;
    padding-bottom: 30px;
}
.pro-t h2{
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
}
.pro-t h5{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 1em;
}
.fat{
position: relative;
}
.line{
    height: 1px;
    background: #626262;
}
.crumbs{
    position: absolute;
    right:10px;
    bottom: 10px;
}
.portfolio a{
    color: #636363;
}
.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
/* Filter controls */
.simplefilter{
    background: #EBEBEB;
}
.simplefilter .show-title{
    color: #fff;
    list-style-position: inside;
    padding:1em 2em;
    font-size: .9em;
    text-align: center;
    background: #FF9900;
}
.simplefilter li{
    color: #212121;
    cursor: pointer;
    text-transform: uppercase;
    list-style-image: url("../images/icon1.png");
    list-style-position: inside;
    padding:1em 2em;
	font-size: .9em;
}
.simplefilter li.active,.simplefilter li:hover {
    background-color:#FF9900;
	color:#fff;
    list-style-image: url("../images/icon2.png");
}
.aside-lian{
    margin-top: 25px;
}
.aside-lian-top{
    padding: 10px;
}
.aside-lian-top::after{
    content: "";
    display: block;
    clear: both;
}
.aside-lian-top img{
    width: 60px;
    height: 60px;
    float: left;
}
.aside-lian-top .float-left{
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}
.aside-lian-top .float-left h4{
    font-weight: bold;
}
.aside-lian-top p{
   font-size: 16px;
    color: darkred;
    font-weight: bold;
    margin-top: 10px;
}
.aside-lian-bottom p{
    list-style-position: inside;
    padding:1em 2em;
    font-size: .9em;
}
.gicon{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.icon1{
   background: url("../images/address.png");
}
.icon2{
    background: url("../images/guhua.png");
}
.icon3{
    background: url("../images/QQ.png");
}
.icon4{
    background: url("../images/email.png");
}
.icon5{
    background: url("../images/men.png");
}
.icon6{
    background: url("../images/yidong.png");
}
.about-txt{
    font-size: 16px;
    line-height: 30px;
}
.about-video{
    /*text-align: center;*/
    height: auto;
    margin: 2em 0;
}
.about-video embed{
    width: 100%;
    height: 480px;
}
.promise{
    margin-top: -1.5em;
}
.no-title{
    margin-bottom: 1em;
    margin-top: 1.7em;
}
.no-title img{
    width: 80px;
    height: 80px;
}
.no-title span{
    font-size: 1.7em;
    font-weight: bold;
    padding-left: 15px;
}
.promise p{
    line-height: 30px;
}
.promise-title{
    font-size: 1.7em;
    font-weight: bold;
}

.relevant{
    margin-top: 1.5em;
    text-align: center;
}
.relevant img{
    width: 70%;
    height: auto;
    box-shadow: 3px 5px 15px #5f5f5f;
    margin-bottom: 20px;
}
table.table-font tbody tr>td{
    line-height: 1.42857143;
}
.contact{
    margin: 2em 0;
    line-height: 30px;
}
.contact h4{
    color: #FF9900;
    font-weight: bold;
}
.content-img img{
    width: 100%;
}
.content-con{
    padding-top: 2em;
    line-height: 30px;
}
.content-con::after{
    content: "";
    display: block;
    clear: both;
}
.content-con h4{
    font-size: 1.7em;
    font-weight: bold;
    padding-bottom: .5em;
}
.content-con .con-pro{
    color: #464646;
    font-weight: bold;
    font-size: 16px;
}
.buy{
    margin-top: 1em;
    float: left;
}
.buy a{
    color:#FFFFFF;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
  line-height: 1.42857143;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #fff;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
}
@media (max-width:480px){
	.banner {
		min-height: 405px;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
}
/*--//Typography --*/
.gallery_grid{
	position:relative;
	overflow:hidden;
}
.p-mask h4 {
    color:#FF9900;
    font-size: 1.3em;
    text-decoration: none;
    line-height: 1.8em;
}
.pro-bottom{
    padding-bottom: 2em;
}
.product-img{
    /*text-align: center;*/
    margin-bottom: 3em;
}
.product-img img{
    width: 100%;
    height: auto;
}
.img-left{
    padding-right: 0;
}
.img-right{
    /*padding-left: 0;*/
    padding-top: 10px;
}
.img-title{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.xiangxi{
    width: 50px;
    text-align: center;
    padding: 5px;
    background: #FF9900;
    margin-top: 10px;
}
.xiangxi a{
    font-size: 14px;
    color: #FFFFFF;
}
.show h4{
    text-align: center;
    font-size: .8em;
    padding-top: 15px;
    font-weight: bold;
}
.table-font>tbody>tr>td{
    color: #080808;
}
.table-font>tbody>tr>td a{
    color: #080808;
}
.table-font>tbody>tr>td:last-child{
    text-align: right;
}
.product-icon{
    background: url("../images/product.png");
}
 .list1 {
    float: right;
    width: 160px;
    height: 24px;
    color: #5F5E5E;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
}
#bdshare{
    _overflow-x: hidden;
    z-index: 999999;
    padding-bottom: 2px;
    font-size: 12px;
    text-align: left!important;
    zoom: 1;
}
.bds_tools a {
    background: url(../images/is.png?cdnversion=20131219) no-repeat;
}
.list1 .bds_tools a {
    display: block;
    font-family: '宋体',Arial;
    height: 22px;!important;
    float: left;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 22px;
}
.bds_qzone {
    background-position: 0 -75px!important;
}
.bds_tsina {
    background-position: 0 -115px!important;
}
.bds_tqq {
    background-position: 0 -235px!important;
}
.bds_renren {
    background-position: 0 -195px!important;
}
.list1 span.bds_more, .bds_tools a {
    display: block;
    font-family: 瀹嬩綋, Arial;
    height: 22px;!important;
    float: left;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 22px;
}
span.bds_more {
    background: url(../images/is.png?cdnversion=20131219) no-repeat 0 5px!important;
}


/*表单样式*/
.bt{
    margin: 50px 0;
}
.bt .bt-title h2{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.bt .bt-title p{
    padding-top: 10px;
}
.bt-table{
    padding-top: 30px;
}
.user-txt{
    width: 50%;
    float: left;
}
.tb-list{
    margin-bottom: 20px;
}
.user-txt label,.tb-list .tb-sb,.tb-list .tb-sbt{
    font-size: 18px;
    color: #7c7b7b;
    letter-spacing: 1px;
}
.user-txt .input,.user-txt .select{
    font-size: 16px;
    padding: 6px;
    border: 1px solid #ddd;
    width: 70%;
    height: 34px;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.tb-list .tb-sb,.tb-list .tb-sbt{
    display: inline;
}
.tb-list .tb-sbt{
    margin-right: 10px;
}
.tb-list .sb-l{
    float: left;
}
.tb-sbt textarea{
    border-radius: 2px;
}
.tb-list .tb-tj button{
    width: 200px;
    padding: 10px 0;
    border-color: #f4502d;
    background-color: #f4502d;
    color: #fff;
    border: none;
}
/*-----start-responsive-design------*/
@media (max-width:1366px){
	.banner_bg {
		padding: 10em 0 3em;
	}
	.banner {
		min-height: 680px;
	}
	.portfolio-bg {
		min-height: 330px;
	}
	.portfolio-bg h2 {
		padding: 3em 0 0;
	}
	.agile_services_bottom_grid_left {
		padding: 3em 3em 3em 7em;
	}
}
@media (max-width: 1280px){
	.agile_services_bottom_grid_left {
		padding: 3em 3em 3em 4.5em;
	}
}
@media (max-width: 1080px){
	.banner_bg {
		width: 90%;
		padding: 9em 0 3em;
	}
	.wthree_banner_info_grid h3 {
		font-size: 2.2em;
	}
	.banner {
		min-height: 600px;
	}
	.view h3 {
		margin: 3.5em 0 1em 0;
	}
	.w3ls_banner_bottom_grid_left h3 {
		margin-bottom: 1em;
	}
	.w3ls_banner_bottom_grid_left p {
		margin-bottom: 2em;
	}
	.wthree_about_grid h2 {
		font-size: 1.5em;
	}
	.wthree_about_grid:nth-child(2) {
		margin: 0;
	}
	.agile_blog_grid1_pos {
		top: 21%;
		width: 90%;
		left: 5%;
	}
	.m1 {
		width: 60% !important;
	}
	.newsletter form {
		width: 71%;
	}
	.icon {
		width: 6%;
		padding-bottom: 6%;
	}
	.w3ls_single_left_grid_right {
		float: right;
		width: 82%;
	}
	.w3ls_single_left_grid_right ul li {
		margin-right: 1em;
	}
	.portfolio-bg h2 {
		font-size: 2.5em;
	}
	.portfolio-bg {
		min-height: 275px;
	}
	.agile_services_bottom_grid_left {
		padding: 2em 2em 2em 3.5em;
	}
	.agile_services_bottom_grid_left h3 {
		font-size: 1.8em;
	}
	.filtr-item {
		padding: .5em;
	}
	.gallery_grid .p-mask {
		padding: 1em;
	}
}
@media (max-width: 1024px){
	.banner-bottom, .blog, .newsletter, .portfolio, .services, .features-services, .typo, .mail, .single {
		padding: 4em 0;
	}
	.about {
		padding: 4em 0 0;
	}
}
@media (max-width: 991px){
	.navbar-nav > li > a {
		font-size: 13px;
		padding: 28px 15px;
	}
	.navbar-brand {
		height: 60px;
		padding: 23px 0 0;
		font-size: 1.1em;
	}
	.wthree_banner_info_grid h3 {
		font-size: 1.8em;
		letter-spacing: 5px;
	}
	.w3l_banner_info_left {
		float: left;
		width: 33.33%;
		padding: 0;
	}
	.w3l_banner_info_left_grid1 {
		width: 40px;
		height: 40px;
	}
	.w3l_banner_info_left_grid_left {
		padding-left: 0;
	}
	.w3l_banner_info_left_grid_left h3 a {
		font-size: .9em;
	}
	.w3l_banner_info_left_grid1 span {
		font-size: 1em;
		top: .7em;
	}
	.w3ls_banner_bottom_grid_right {
		width: 93%;
		margin: 3em auto 0;
	}
	.view h3 {
		margin: 7.5em 0 1em 0;
	}
	.wthree_about_grid img {
		margin: 0 auto;
	}
	.wthree_about_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.banner-bottom, .blog,.about, .newsletter, .portfolio, .services, .features-services, .typo, .mail, .single {
		padding: 4em 0;
	}
	.agile_blog_grid {
		float: left;
		width: 33.33%;
	}
	.agile_blog_grid1_pos {
		top: 8%;
		padding: .5em;
	}
	.agile_blog_grid h4 a {
		font-size: 1em;
	}
	.agileits_play_icon span {
		font-size: 2em;
	}
	.agileits_play_icon {
		left: 42%;
	}
	.icon {
		width: 8%;
		padding-bottom: 8%;
	}
	.agileinfo_footer_grid:nth-child(1) {
		padding: 0 1em;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin: 2.5em 0;
	}
	.agileinfo_footer_grid h4 {
		margin: 0 0 1.5em;
	}
	.w3agile_footer_copy {
		margin-top: 2em;
	}
	.agileinfo_footer_grid h4:after {
		width: 15%;
	}
	.w3ls_single_right {
		margin: 3em 0 0;
	}
	.wthree_recent h4:after, .agileits_three_comments h3:after, .w3_leave_comment h3:after {
		width: 12%;
	}
	.agile_cat_grid h4 {
		font-size: 1.6em;
	}
	.agileits_services_grids {
		margin: 3em 0 0;
	}
	.agileits_services_grid_right {
		margin: 3em 0 0;
	}
	.agile_services_bottom_grid_left {
		padding: 3em 2em;
		float: left;
		width: 80%;
	}
	.agile_services_bottom_grid_left_grid {
		float: left;
		width: 50%;
	}
	.wthree_recent {
		margin: 3em 0 0;
	}
	.agile_tags_cate {
		margin: 3em 0;
	}
	.wthree_features_services_grid {
		float: left;
		width: 33.33%;
	}
	.wthree_features_services_grid h4 a {
		font-size: 1.1em;
	}
	.agile_cat_grid ul {
		padding: 1em 0 0;
	}
	.agile_cat_grid:nth-child(2) {
		margin: 2em 0;
	}
	.agileits_three_comment_grid1 {
		padding-left: 3em;
	}
	.w3_leave_comment {
		margin: 4em 0 0;
		width: 80%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: .5em 1em;
	}
}
@media (max-width:800px){
	.banner {
		background-position: -140px 0px;
	}
	.portfolio-bg h2 {
		font-size: 2em;
		letter-spacing: 3px;
	}
	.portfolio-bg {
		min-height: 250px;
	}
	.agileits_services_grid_right img {
		width: 65%;
		margin: 0 auto;
	}
}
@media (max-width: 768px){
	.wthree_banner_info_grid h3 {
		font-size: 1.8em;
		letter-spacing: 6px;
	}
}
@media (max-width: 767px){
	.navbar-default .navbar-toggle {
		border-color: #000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-brand {
		height: 80px;
	}
	.navbar-toggle {
		margin:1.7em 0 0;
	}	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.navbar-nav {
		float: none;
		background:#f5f5f5;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding: 15px 0px;
		margin-right: 0;
	}
	.navbar-default .navbar-nav > li > a {
		color: #212121;
	}
	.banner_bg {
		padding: 7em 0 3em;
	}
	.banner {
		min-height: 545px;
	}
}
@media (max-width: 736px){
	.agile_blog_grid {
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	.agile_blog_grid1_pos {
		top: 30%;
		padding: 1em;
		width: 70%;
		left: 14%;
	}
	.m1 {
		width: 60% !important;
	}
	.agile_blog_grid:nth-child(2) {
		margin: 2em auto;
	}
	.agileits_play_icon {
		left: 49%;
		top: 40%;
	}

}
@media (max-width: 667px){
	.wthree_banner_info_grid h3 {
		font-size:1.5em;
		padding-bottom: 3.5em;
	}
	.w3l_banner_info_left_grid_left h3 a {
		font-size: .8em;
	}
	.w3l_banner_info_left_grid_left {
		padding: 0;
	}
	.agile_blog_grid {
		width: 70%;
	}
	.icon {
		width: 9%;
		padding-bottom: 9%;
	}
	.footer {
		padding: 3em 0 0;
	}
}
@media (max-width: 640px){
	.banner_bg {
		padding: 6em 0 3em;
		width: 98%;
	}
	.w3l_banner_info_left {
		float: none;
		width: 100%;
		padding: 0 1em;
	}
	.w3l_banner_info_left_grid {
		width: 18%;
	}
	.w3l_banner_info_left:nth-child(2) {
		margin: 2em 0;
	}
	.banner {
		min-height: 620px;
		background-position: -270px 0px;
	}
	.w3ls_banner_bottom_grid_left h3,.blog h3, .newsletter h3, .portfolio h3, .services h3, .features-services h3, h3.title, .mail h3 {
		font-size: 1.8em;
	}
	.w3ls_banner_bottom_grid_left h3{
		padding-bottom: .7em;
	}
	.banner-bottom, .blog, .about, .newsletter, .portfolio, .services, .features-services, .typo, .mail, .single {
		padding: 3em 0;
	}
	.view h3 {
		margin: 5.5em 0 1em 0;
	}
	.wthree_about_grid img {
		width: 60%;
	}
	.wthree_about_grid p {
		margin: 2em 0 0;
	}
	.m1 {
		width: 50% !important;
	}
	.icon {
		width: 10%;
		padding-bottom: 10%;
	}
	.agileinfo_footer_grid h4 {
		font-size: 1.5em;
	}
	.agileinfo_footer_grid p span {
		display: initial;
	}
	.agileits_play_icon {
		left: 48%;
	}
	.portfolio-bg h2 {
		padding: 2em 0 0;
	}
	.portfolio-bg {
		min-height: 170px;
	}
	.agileits_services_grid_left h4 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.agileits_services_grids {
		margin: 2em 0 0;
	}
	.agileits_services_grid_left p {
		margin: 1.5em 0 2em;
	}
	.agile_services_bottom_grid_left h3 {
		font-size: 1.5em;
	}
	.wthree_features_services_grid {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.wthree_features_services_grid:nth-child(2){
		margin:2em auto;
	}
	.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.5em;
	}
	.w3_leave_comment {
		margin: 3em 0 0;
		width: 95%;
	}
	.w3_leave_comment form {
		margin: 2em 0 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: .5em .8em;
		font-size: .8em;
	}
	ul.simplefilter {
		margin: 2em 0 1em;
	}
	.row {
		margin: -0.5em;
	}
	.w3ls_map iframe {
		min-height: 250px;
	}
    .about-video embed{
        width: 100%;
        height: 248px;
    }
}
@media (max-width: 600px){
	.wthree_banner_info_grid h3 {
		font-size: 1.4em;
	}
	.view h3 {
		margin: 4.5em 0 1em 0;
	}
}
@media (max-width: 568px){
	.agile_blog_grid {
		width: 80%;
	}
	.wthree_banner_info_grid h3 {
		letter-spacing: 5px;
	}
}
@media (max-width: 480px){
	.navbar-brand {
		height: 73px;
		padding: 20px 0px 0;
		font-size: 1em;
	}
	.navbar-toggle {
		margin: 1.4em 0 0;
	}
	.wthree_banner_info_grid h3 {
		letter-spacing: 2px;
		padding-bottom: 2em;
	}
	.wthree_banner_info_grid h3:after {
		bottom: 50%;
	}
	.banner {
		min-height: 590px;
		background-position: -360px 0px;
	}
	.w3ls_banner_bottom_grid_left h3, .blog h3, .newsletter h3, .portfolio h3, .services h3, .features-services h3, h3.title, .mail h3 {
		font-size: 1.5em;
	}
	.more {
		width: 40%;
	}
	.more a {
		padding: 8px 25px;
	}
	.w3ls_banner_bottom_grid_right {
		width: 100%;
		margin: 2em auto 0;
	}
	.w3ls_banner_bottom_grid_left {
		padding: 0;
	}
	.view h3 {
		margin:3.5em 0 1em 0;
		font-size: 1.3em;
	}
	.wthree_about_grid img {
		width: 90%;
	}
	.wthree_about_grid h2 {
		font-size: 1.3em;
	}
	.agile_blog_grids {
		margin: 2em 0 0;
	}
	.agile_blog_grid {
		width: 100%;
	}
	.newsletter input[type="email"] {
		width: 89%;
		font-size: 1.2em;
	}
	.newsletter input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat -68px 0px;
		width: 9%;
	}
	.newsletter form {
		margin: 2em auto 2em;
	}
	.icon {
		width: 13%;
		padding-bottom: 13%;
	}
	.w3ls_single_left_grid_left {
		width: 18%;
	}
	.w3ls_single_left_grid_right {
		width: 76%;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: 1.2em;
	}
	.w3ls_single_left_grid_right ul li {
		margin-bottom: .5em;
	}
	.w3ls_single_left_grid1 {
		margin: 2em 0;
	}
	.agile_cat_grid h4 {
		font-size: 1.4em;
	}
	.agile_tags_cate {
		margin: 2em 0;
		padding: 2em 0;
	}
	.agileits_tom_right {
		float: right;
		margin-left: 0;
	}
	.agileits_tom {
		width: 20%;
	}
	.reply a {
		padding: 8px 30px;
	}
	.reply {
		margin-left: 6em;
	}
	.agileits_three_comment_grid {
		padding: 2em 0;
	}
	.agileits_three_comment_grid1 {
		padding-left: 0em;
	}
	.agileits_services_grid_right img {
		width: 100%;
	}
	.agile_services_bottom_grid_left {
		padding: 2em;
		float: none;
		width: 100%;
	}
	.agile_services_bottom_grid_left_grid a {
		font-size: 1.1em;
	}
	.wthree_features_services_grid {
		width: 100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: .5em;
	}
	.filtr-item {
		padding: 1em;
		float: none;
		width: 100%;
	}
	.gallery_grid .p-mask {
		padding: 1.5em;
	}
}
@media (max-width: 414px){
	.w3l_banner_info_left_grid {
		width: 22%;
	}
	.w3l_banner_info_left_grid_left {
		width: 75%;
	}
	.w3l_banner_info_left:nth-child(2) {
		margin: 1em 0;
	}
	.wthree_banner_info_grid h3 {
		font-size: 1.2em;
		padding-bottom: 2.5em;
	}
	.wthree_banner_info_grid h3:after {
		bottom: 56%;
	}
	.banner_bg {
		padding: 5em 0 0em;
	}
	.banner {
		min-height: 540px;
	}
	.w3l_banner_info_left_grid_left h3 a {
		font-size: .7em;
	}
	.w3l_banner_info_left_grid_left p {
		margin: .5em 0 0;
	}
	.more {
		width: 45%;
	}
	.view-seventh .mask {
		padding: 0 1em;
	}
	.view h3 {
		margin: 2em 0 1em 0;
	}
	.wthree_about_grid:nth-child(2) {
		padding: 0;
	}
	.wthree_about_grid h2 {
		font-size: 1.1em;
	}
	.wthree_about_grid h2:after {
		right: 5%;
	}
	.agile_blog_grid1_pos {
		top: 26%;
		width: 80%;
		left: 10%;
	}
	.agileits_play_icon {
		left: 46%;
	}
	.icon {
		width: 15%;
		padding-bottom: 15%;
		margin: 0;
	}
	.footer {
		padding: 2em 0 0;
	}
	.agileinfo_footer_grid h4 {
		font-size: 1.3em;
	}
	.w3agile_footer_copy {
		margin-top: 1em;
		padding: 1.5em 0;
	}
	.newsletter input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat -69px 0px;
		width: 10%;
	}
	.newsletter input[type="email"] {
		width: 88%;
	}
	.banner-bottom, .blog, .about, .newsletter, .portfolio, .services, .features-services, .typo, .mail, .single {
		padding: 2em 0;
	}
	.w3ls_single_left,.w3ls_single_right {
		padding: 0;
	}
	.w3ls_single_left_grid_left h3 {
		font-size: 1.3em;
	}
	.w3ls_single_left_grid_right {
		width: 78%;
	}
	.w3ls_single_left_grid_right h3 {
		font-size: 1em;
		margin: 0 0 .5em;
	}
	.w3ls_single_left_grid1 p {
		margin: 1em 0 2em;
	}
	.agileits_three_comments h3 {
		font-size: 1.2em;
	}
	.agileits_three_comment_grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.agileits_tom_right {
		width: 75%;
	}
	.reply {
		margin-left: 4em;
	}
	.agile_services_bottom_grid_left_grid a {
		font-size: .98em;
	}
	.agile_services_bottom_grid_left h3 {
		font-size: 1.3em;
	}
	.wthree_recent {
		margin: 2em 0 0;
	}
	.w3ls_map {
		margin: 2em 0;
	}
	.w3ls_map iframe {
		min-height: 200px;
	}
	.w3l_contact_form h4 {
		font-size: 1.2em;
		margin-bottom: 1em;
	}
	.w3l_contact_form input[type="email"],.w3l_contact_form textarea {
		margin: 1em 0;
	}
	.w3l_contact_form input[type="submit"] {
		width: 100%;
		font-size: 14px;
	}
}
@media (max-width: 384px){
	.w3l_banner_info_left {
		padding: 0;
	}
	.wthree_banner_info_grid h3 {
		letter-spacing: 1px;
	}
	.navbar-brand {
		font-size: .9em;
	}
	.more a {
		font-size: 13px;
	}
	.view h3 {
		font-size: 1.1em;
	}
	.view p {
		line-height: 1.8em;
	}
	.wthree_about_grid img {
		width: 100%;
	}
	.agile_blog_grid1_pos {
		top: 23%;
	}
	.w3ls_single_left_grid1_right {
		float: right;
		margin-left: 0em;
	}
	.w3l_admin {
		padding: 1.5em;
		margin: 2em 0 0;
	}
	.w3l_admin p {
		padding-left: 2.5em;
	}
	.reply a {
		padding: 6px 25px;
		font-size: 13px;
	}
	.Hardy h4 {
		font-size: 1em;
	}
}
@media (max-width: 375px){
	.w3l_banner_info_left_grid_left h3 a {
		font-size: .68em;
	}
	.banner {
		min-height: 500px;
	}
	.navbar-nav > li > a {
		padding: 10px 0px;
	}
	.view h3 {
		letter-spacing: 3px;
	}
	.agile_blog_grid1_pos {
		top: 15%;
	}
	.newsletter form {
		width: 100%;
	}
	.portfolio-bg h2 {
		font-size: 1.6em;
		letter-spacing: 2px;
	}
	.portfolio-bg {
		min-height: 145px;
	}
	.w3ls_single_left_grid1_left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
	.w3ls_single_left_grid1_right {
		float: none;
		text-align: center;
	}
	.w3_leave_comment {
		margin: 2em 0 0;
		width: 100%;
	}
	.agileits_services_grid_left h4 {
		font-size: 1.1em;
	}
	.agileits_services_grid_left {
		padding: 0;
	}
	.agile_services_bottom_grid_left_grid a {
		font-size: .85em;
	}
	.wthree_features_services_grids {
		margin: 2em 0 0;
	}
	.wthree_features_services_grid h4 a {
		font-size: 1em;
	}
}
@media (max-width: 320px){
	.navbar-brand {
		font-size: .8em;
		height: 65px;
		padding: 15px 0px 0;
	}
	.navbar-toggle {
		margin: 1em 0 0;
	}
	.wthree_banner_info_grid h3 {
		font-size: 1em;
		padding-bottom:3em;
	}
	.w3l_banner_info_left_grid {
		padding-left: 0;
	}
	.banner {
		min-height: 475px;
	}
	.banner_bg {
		padding: 4em 0 0em;
	}
	.alert, p,.agileinfo_footer_grid ul li,.w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea,.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea,.agile_cat_grid ul.categories li,.agile_cat_grid_tags ul li,.w3agile_footer_copy p,.w3ls_single_left_grid_right ul li {
		font-size: 13px;
	}
	.w3_leave_comment textarea {
		min-height: 150px;
	}
	.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
		font-size: 1.3em;
	}
	.agileits_three_comments h3 {
		font-size: 1.1em;
	}
	.agileits_tom {
		width: 25%;
	}
	.agileits_tom_right {
		width: 70%;
	}
	.reply {
		margin-left: 1em;
	}
	.w3ls_banner_bottom_grid_left h3, .blog h3, .newsletter h3, .portfolio h3, .services h3, .features-services h3, h3.title, .mail h3 {
		font-size: 1.3em;
	}
	.w3ls_banner_bottom_grid_left h3:after {
		width: 30%;
		left: 34%;
	}
	.more {
		width: 65%;
	}
	.w3ls_banner_bottom_grid_right,.agile_cat_grid,.agile_blog_grid,.agileinfo_footer_grid:nth-child(1),.agileinfo_footer_grid {
		padding: 0;
	}
	.view h3 {
		margin: 1.6em 0 1em 0;
	}
	.wthree_about_grid p {
		margin: 1em 0 0;
	}
	.agile_blog_grid h4 {
		margin: 1em 0 0.5em;
	}
	.m1 {
		width: 60% !important;
	}
	.newsletter input[type="email"] {
		width: 85%;
		font-size: 1em;
	}
	.newsletter input[type="submit"] {
		width: 13%;
	}
	.icon {
		width: 18%;
		padding-bottom: 18%;
	}
	.agileinfo_footer_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3ls_single_left_grid_left h3 {
		font-size: 1.1em;
	}
	.w3ls_single_left_grid1 {
		margin: 1em 0;
	}
	.w3ls_single_right {
		margin: 2em 0 0;
	}
	.w3ls_search1 input[type="text"],.w3_leave_comment input[type="submit"] {
		font-size: 14px;
	}
	.w3ls_search1 input[type="submit"] {
		font-size: 14px;
		width: 100%;
	}
	.wthree_recent h4:after, .agileits_three_comments h3:after, .w3_leave_comment h3:after {
		width: 30%;
	}
	.wthree_recent ul {
		padding: 1em 0 0;
	}
	.agile_tags_cate {
		margin: 1em 0;
		padding: 1.5em 0;
	}
	.agileits_services_grid_left h4 {
		font-size: 1em;
	}
	.agile_services_bottom_grid_left_grid {
		float: none;
		width: 100%;
	}
	.agile_services_bottom_grid_left_grid a {
		font-size: 1em;
	}
	.agile_services_bottom_grid_left_grid:nth-child(2) {
		margin: 1em 0;
	}
	.agile_services_bottom_grid_left_grids:last-child {
		margin: 0;
	}
	.agile_services_bottom_grid_left {
		padding: 2em 2em 1em;
	}
	ul.simplefilter {
		margin: 1em 0 0em;
	}
	.p-mask h4 {
		font-size: 1.1em;
	}
	.filtr-item {
		padding: .5em;
	}
}